ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / MapLayerBase<T> Class / Url Property

In This Topic
    Url Property (MapLayerBase<T>)
    In This Topic
    Get or sets the data source url.
    Syntax
    'Declaration
     
    Public Property Url As String
    public string Url {get; set;}
    See Also